net/netip.Addr.withoutZone (method)

3 uses

	net/netip (current package)
		netip.go#L503: func (ip Addr) withoutZone() Addr {
		netip.go#L1267: 		ip:   ip.withoutZone(),
		netip.go#L1472: 	b := p.Addr().withoutZone().marshalBinaryWithTrailingBytes(1)